projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14d4bc3
)
Annotate gdk_rectangle_intersect
author
Tomeu Vizoso
<tomeu.vizoso@collabora.co.uk>
Wed, 28 Jul 2010 14:53:14 +0000
(16:53 +0200)
committer
Tomeu Vizoso
<tomeu.vizoso@collabora.co.uk>
Wed, 28 Jul 2010 15:02:18 +0000
(17:02 +0200)
gdk/gdkrectangle.c
patch
|
blob
|
history
diff --git
a/gdk/gdkrectangle.c
b/gdk/gdkrectangle.c
index 71a8bbc7f0d049ea05990357a873d720132650c7..060bd03ef523fe8decd1919ddfb820b4e80dd312 100644
(file)
--- a/
gdk/gdkrectangle.c
+++ b/
gdk/gdkrectangle.c
@@
-62,7
+62,8
@@
gdk_rectangle_union (const GdkRectangle *src1,
* gdk_rectangle_intersect:
* @src1: a #GdkRectangle
* @src2: a #GdkRectangle
- * @dest: (allow-none): return location for the intersection of @src1 and @src2, or %NULL
+ * @dest: (out caller-allocates) (allow-none): return location for the
+ * intersection of @src1 and @src2, or %NULL
*
* Calculates the intersection of two rectangles. It is allowed for
* @dest to be the same as either @src1 or @src2. If the rectangles